home *** CD-ROM | disk | FTP | other *** search
- -- background: 2607 from stack: in
- -- bmap block id: 4312
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on openStack
- hide message box
- show menuBar
- pass openStack
- end openStack
-
- on opencard
- put the name of this card into it
- put second word of it into it
- delete first char of it
- delete last char of it
- put it into background field "NAME2"
- put it into background field "NAME1"
- end opencard
-
-
-
- -- part 6 (field)
- -- low flags: 01
- -- high flags: 0007
- -- rect: left=13 top=196 right=315 bottom=483
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 4
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Source
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=478 top=318 right=341 bottom=503
- -- title width / last selected line: 0
- -- icon id / first selected line: 6179 / 6179
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- set the lockScreen to true
- go to next card
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=14 top=316 right=339 bottom=40
- -- title width / last selected line: 0
- -- icon id / first selected line: 6460 / 6460
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- set the lockScreen to true
- go to prev card
- end mouseUp
-
-
-
- -- part 16 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=74 top=318 right=338 bottom=187
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Create Program
- ----- HyperTalk script -----
- on mouseUp
- Answer "Create the Pascal Program?" with "OK" or "Cancel"
- if it = "OK" then
- put the name of this card into it
- put second word of it into it
- delete first char of it
- delete last char of it
- open file it
- write field source to file it
- close file it
- end if
- end mouseUp
-
-
-
- -- part 17 (field)
- -- low flags: 01
- -- high flags: 0007
- -- rect: left=13 top=45 right=170 bottom=483
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 4
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Documentation
-
-
- -- part 18 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=194 top=318 right=338 bottom=256
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Index
- ----- HyperTalk script -----
- on mouseUp
- --set the lockScreen to true
- go to card id 5750
- end mouseUp
-
-
-
-
- -- part 19 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=263 top=318 right=338 bottom=363
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Introduction
- ----- HyperTalk script -----
- on mouseUp
- set the lockScreen to true
- go to card id 2244
- set the lockscreen to false
- set visible of Field Documentation to False
- set visible of Field Source to False
- set visible of BACKGROUND button "Introduction" to False
- set visible of BACKGROUND button "Create Program" to False
- end mouseUp
-
-
-
-
- -- part 20 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=368 top=319 right=338 bottom=392
- -- title width / last selected line: 0
- -- icon id / first selected line: 21847 / 21847
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Go home
- ----- HyperTalk script -----
- on mouseUp
- set the lockScreen to true
- go home
- end mouseUp
-
-
-
- -- part 22 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=69 top=178 right=197 bottom=203
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: NAME2
-
-
- -- part 23 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=117 top=29 right=48 bottom=251
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: NAME1
-
-
- -- part 25 (button)
- -- low flags: 80
- -- high flags: A003
- -- rect: left=126 top=317 right=337 bottom=218
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: show menu
- ----- HyperTalk script -----
- on mouseUp
- set the visible of background button "show menu" to false
- set the visible of background button "hide menu" to true
- show menubar
- end mouseUp
-
-
-
- -- part 26 (field)
- -- low flags: 00
- -- high flags: 0001
- -- rect: left=452 top=322 right=341 bottom=478
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: page
-